Vcenter Vm Hardware Parallel UpdateSpec

Vcenter Vm Hardware Parallel UpdateSpec
Vcenter Vm Hardware Parallel UpdateSpec

The Vcenter Vm Hardware Parallel UpdateSpec schema describes the updates to be made to the configuration of a virtual parallel port.

JSON Example
{
    "backing": {
        "type": "string",
        "file": "string",
        "host_device": "string"
    },
    "start_connected": false,
    "allow_guest_control": false
}
backing
Optional

Physical resource backing for the virtual parallel port.

This property may only be modified if the virtual machine is not powered on or the virtual parallel port is not connected.

If missing or null, the value is unchanged.

boolean
start_connected
Optional

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

If missing or null, the value is unchanged.

boolean
allow_guest_control
Optional

Flag indicating whether the guest can connect and disconnect the device.

If missing or null, the value is unchanged.